home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFtoSpr / Makefile < prev   
Encoding:
Makefile  |  2003-11-06  |  12.9 KB  |  545 lines

  1. # Project:   SFtoSpr
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback  -DNDEBUG  -Ospace 
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@ 
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -v -o $@
  12. ASMflags = 
  13.  
  14.  
  15. # Final targets:
  16. @.!RunImage:   @.o.Main @.o.SFgfxconv @.o.Utils @.o.SaveDir @.o.Scan \
  17.         @.o.SFIconbar @.o.SFMenu @.o.SaveSprites @.o.PreQuit @.o.SavePlanets C:CBLib C:o.flexlib \
  18.         C:o.toolboxlib C:o.wimplib C:o.eventlib C:o.stubs @.o.SaveMapTiles 
  19.         Link $(Linkflags) @.o.Main @.o.SFgfxconv @.o.Utils @.o.SaveDir \
  20.         @.o.Scan @.o.SFIconbar @.o.SFMenu @.o.SaveSprites @.o.PreQuit @.o.SavePlanets C:CBLib \
  21.         C:o.flexlib C:o.toolboxlib C:o.wimplib C:o.eventlib C:o.stubs @.o.SaveMapTiles 
  22.         Squeeze $(Squeezeflags) @.!RunImage
  23.  
  24.  
  25. # User-editable dependencies:
  26.  
  27. # Static dependencies:
  28. @.o.Main:   @.c.Main
  29.         cc $(ccflags) -o @.o.Main @.c.Main 
  30. @.o.SFgfxconv:   @.c.SFgfxconv
  31.         cc $(ccflags) -o @.o.SFgfxconv @.c.SFgfxconv 
  32. @.o.Utils:   @.c.Utils
  33.         cc $(ccflags) -o @.o.Utils @.c.Utils 
  34. @.o.SaveDir:   @.c.SaveDir
  35.         cc $(ccflags) -o @.o.SaveDir @.c.SaveDir 
  36. @.o.Scan:   @.c.Scan
  37.         cc $(ccflags) -o @.o.Scan @.c.Scan 
  38. @.o.SFIconbar:   @.c.SFIconbar
  39.         cc $(ccflags) -o @.o.SFIconbar @.c.SFIconbar 
  40. @.o.SFMenu:   @.c.SFMenu
  41.         cc $(ccflags) -o @.o.SFMenu @.c.SFMenu 
  42. @.o.SaveSprites:   @.c.SaveSprites
  43.         cc $(ccflags) -o @.o.SaveSprites @.c.SaveSprites 
  44. @.o.PreQuit:   @.c.PreQuit
  45.         cc $(ccflags) -o @.o.PreQuit @.c.PreQuit 
  46. @.o.SavePlanets:   @.c.SavePlanets
  47.         cc $(ccflags) -o @.o.SavePlanets @.c.SavePlanets 
  48. @.o.SaveMapTiles:   @.c.SaveMapTiles
  49.         cc $(ccflags) -o @.o.SaveMapTiles @.c.SaveMapTiles 
  50.  
  51.  
  52. # Dynamic dependencies:
  53. o.SavePlanets:    c.SavePlanets
  54. o.SavePlanets:    C:h.wimp
  55. o.SavePlanets:    C:h.toolbox
  56. o.SavePlanets:    C:h.kernel
  57. o.SavePlanets:    C:h.event
  58. o.SavePlanets:    C:h.wimplib
  59. o.SavePlanets:    C:h.saveas
  60. o.SavePlanets:    C:h.window
  61. o.SavePlanets:    C:h.gadgets
  62. o.SavePlanets:    C:h.window
  63. o.SavePlanets:    C:h.gadgets
  64. o.SavePlanets:    C:h.flex
  65. o.SavePlanets:    C:h.err
  66. o.SavePlanets:    C:h.kernel
  67. o.SavePlanets:    C:h.msgtrans
  68. o.SavePlanets:    C:h.toolbox
  69. o.SavePlanets:    C:h.hourglass
  70. o.SavePlanets:    C:h.swis
  71. o.SavePlanets:    C:h.ViewsMenu
  72. o.SavePlanets:    C:h.kernel
  73. o.SavePlanets:    C:h.toolbox
  74. o.SavePlanets:    C:h.Macros
  75. o.SavePlanets:    C:h.kernel
  76. o.SavePlanets:    C:h.msgtrans
  77. o.SavePlanets:    C:h.TboxBugs
  78. o.SavePlanets:    C:h.swis
  79. o.SavePlanets:    C:h.toolbox
  80. o.SavePlanets:    C:h.window
  81. o.SavePlanets:    C:h.FilePerc
  82. o.SavePlanets:    C:h.kernel
  83. o.SavePlanets:    C:h.flex
  84. o.SavePlanets:    C:h.SFformats
  85. o.SavePlanets:    h.Utils
  86. o.SavePlanets:    C:h.kernel
  87. o.SavePlanets:    C:h.toolbox
  88. o.SavePlanets:    C:h.event
  89. o.SavePlanets:    C:h.Loader
  90. o.SavePlanets:    C:h.kernel
  91. o.SavePlanets:    C:h.flex
  92. o.SavePlanets:    C:h.toolbox
  93. o.SavePlanets:    C:h.SprFormats
  94. o.SavePlanets:    C:h.SFformats
  95. o.SavePlanets:    C:h.Loader
  96. o.SavePlanets:    h.Main
  97. o.SavePlanets:    C:h.kernel
  98. o.SavePlanets:    h.SavePlanets
  99. o.SavePlanets:    C:h.toolbox
  100. o.SavePlanets:    C:h.SFformats
  101. o.SaveMapTiles:    c.SaveMapTiles
  102. o.SaveMapTiles:    C:h.wimp
  103. o.SaveMapTiles:    C:h.toolbox
  104. o.SaveMapTiles:    C:h.kernel
  105. o.SaveMapTiles:    C:h.event
  106. o.SaveMapTiles:    C:h.wimplib
  107. o.SaveMapTiles:    C:h.saveas
  108. o.SaveMapTiles:    C:h.window
  109. o.SaveMapTiles:    C:h.gadgets
  110. o.SaveMapTiles:    C:h.window
  111. o.SaveMapTiles:    C:h.gadgets
  112. o.SaveMapTiles:    C:h.flex
  113. o.SaveMapTiles:    C:h.err
  114. o.SaveMapTiles:    C:h.kernel
  115. o.SaveMapTiles:    C:h.msgtrans
  116. o.SaveMapTiles:    C:h.toolbox
  117. o.SaveMapTiles:    C:h.hourglass
  118. o.SaveMapTiles:    C:h.swis
  119. o.SaveMapTiles:    C:h.FilePerc
  120. o.SaveMapTiles:    C:h.kernel
  121. o.SaveMapTiles:    C:h.flex
  122. o.SaveMapTiles:    C:h.ViewsMenu
  123. o.SaveMapTiles:    C:h.kernel
  124. o.SaveMapTiles:    C:h.toolbox
  125. o.SaveMapTiles:    C:h.Macros
  126. o.SaveMapTiles:    C:h.kernel
  127. o.SaveMapTiles:    C:h.msgtrans
  128. o.SaveMapTiles:    C:h.TboxBugs
  129. o.SaveMapTiles:    C:h.swis
  130. o.SaveMapTiles:    C:h.toolbox
  131. o.SaveMapTiles:    C:h.window
  132. o.SaveMapTiles:    C:h.SFformats
  133. o.SaveMapTiles:    C:h.SprFormats
  134. o.SaveMapTiles:    h.Utils
  135. o.SaveMapTiles:    C:h.kernel
  136. o.SaveMapTiles:    C:h.toolbox
  137. o.SaveMapTiles:    C:h.event
  138. o.SaveMapTiles:    C:h.Loader
  139. o.SaveMapTiles:    C:h.kernel
  140. o.SaveMapTiles:    C:h.flex
  141. o.SaveMapTiles:    C:h.toolbox
  142. o.SaveMapTiles:    C:h.SprFormats
  143. o.SaveMapTiles:    C:h.SFformats
  144. o.SaveMapTiles:    C:h.Loader
  145. o.SaveMapTiles:    h.Main
  146. o.SaveMapTiles:    C:h.kernel
  147. o.SaveMapTiles:    h.SaveMapTiles
  148. o.SaveMapTiles:    C:h.toolbox
  149. o.SaveMapTiles:    C:h.SFformats
  150. o.SaveSprites:    c.SaveSprites
  151. o.SaveSprites:    C:h.wimp
  152. o.SaveSprites:    C:h.toolbox
  153. o.SaveSprites:    C:h.kernel
  154. o.SaveSprites:    C:h.event
  155. o.SaveSprites:    C:h.wimplib
  156. o.SaveSprites:    C:h.saveas
  157. o.SaveSprites:    C:h.window
  158. o.SaveSprites:    C:h.gadgets
  159. o.SaveSprites:    C:h.window
  160. o.SaveSprites:    C:h.gadgets
  161. o.SaveSprites:    C:h.flex
  162. o.SaveSprites:    C:h.err
  163. o.SaveSprites:    C:h.kernel
  164. o.SaveSprites:    C:h.msgtrans
  165. o.SaveSprites:    C:h.toolbox
  166. o.SaveSprites:    C:h.hourglass
  167. o.SaveSprites:    C:h.swis
  168. o.SaveSprites:    C:h.Macros
  169. o.SaveSprites:    C:h.kernel
  170. o.SaveSprites:    C:h.msgtrans
  171. o.SaveSprites:    C:h.ViewsMenu
  172. o.SaveSprites:    C:h.kernel
  173. o.SaveSprites:    C:h.toolbox
  174. o.SaveSprites:    C:h.Loader
  175. o.SaveSprites:    C:h.kernel
  176. o.SaveSprites:    C:h.flex
  177. o.SaveSprites:    C:h.toolbox
  178. o.SaveSprites:    C:h.SFformats
  179. o.SaveSprites:    C:h.SprFormats
  180. o.SaveSprites:    C:h.NoBudge
  181. o.SaveSprites:    C:h.kernel
  182. o.SaveSprites:    C:h.TboxBugs
  183. o.SaveSprites:    C:h.swis
  184. o.SaveSprites:    C:h.toolbox
  185. o.SaveSprites:    C:h.window
  186. o.SaveSprites:    C:h.FilePerc
  187. o.SaveSprites:    C:h.kernel
  188. o.SaveSprites:    C:h.flex
  189. o.SaveSprites:    h.Utils
  190. o.SaveSprites:    C:h.kernel
  191. o.SaveSprites:    C:h.toolbox
  192. o.SaveSprites:    C:h.event
  193. o.SaveSprites:    C:h.Loader
  194. o.SaveSprites:    C:h.SprFormats
  195. o.SaveSprites:    C:h.SFformats
  196. o.SaveSprites:    h.SFgfxconv
  197. o.SaveSprites:    C:h.SFformats
  198. o.SaveSprites:    C:h.SprFormats
  199. o.SaveSprites:    h.Main
  200. o.SaveSprites:    C:h.kernel
  201. o.SaveSprites:    h.SaveSprites
  202. o.SaveSprites:    C:h.toolbox
  203. o.SaveSprites:    C:h.Sprformats
  204. o.SaveSprites:    C:h.SFformats
  205. o.SFgfxconv:    c.SFgfxconv
  206. o.SFgfxconv:    C:h.kernel
  207. o.SFgfxconv:    C:h.swis
  208. o.SFgfxconv:    C:h.wimplib
  209. o.SFgfxconv:    C:h.wimp
  210. o.SFgfxconv:    C:h.err
  211. o.SFgfxconv:    C:h.kernel
  212. o.SFgfxconv:    C:h.msgtrans
  213. o.SFgfxconv:    C:h.toolbox
  214. o.SFgfxconv:    C:h.SFformats
  215. o.SFgfxconv:    C:h.SprFormats
  216. o.SFgfxconv:    C:h.hourglass
  217. o.SFgfxconv:    C:h.Macros
  218. o.SFgfxconv:    C:h.kernel
  219. o.SFgfxconv:    C:h.msgtrans
  220. o.SFgfxconv:    C:h.flex
  221. o.SFgfxconv:    C:h.NoBudge
  222. o.SFgfxconv:    C:h.kernel
  223. o.SFgfxconv:    h.Main
  224. o.SFgfxconv:    C:h.kernel
  225. o.SFgfxconv:    h.Utils
  226. o.SFgfxconv:    C:h.kernel
  227. o.SFgfxconv:    C:h.toolbox
  228. o.SFgfxconv:    C:h.event
  229. o.SFgfxconv:    C:h.Loader
  230. o.SFgfxconv:    C:h.kernel
  231. o.SFgfxconv:    C:h.flex
  232. o.SFgfxconv:    C:h.toolbox
  233. o.SFgfxconv:    C:h.SprFormats
  234. o.SFgfxconv:    C:h.SFformats
  235. o.SFgfxconv:    h.SFgfxconv
  236. o.SFgfxconv:    C:h.SFformats
  237. o.SFgfxconv:    C:h.SprFormats
  238. o.Utils:    c.Utils
  239. o.Utils:    C:h.kernel
  240. o.Utils:    C:h.toolbox
  241. o.Utils:    C:h.wimp
  242. o.Utils:    C:h.event
  243. o.Utils:    C:h.window
  244. o.Utils:    C:h.gadgets
  245. o.Utils:    C:h.wimplib
  246. o.Utils:    C:h.gadgets
  247. o.Utils:    C:h.swis
  248. o.Utils:    C:h.saveas
  249. o.Utils:    C:h.flex
  250. o.Utils:    C:h.err
  251. o.Utils:    C:h.kernel
  252. o.Utils:    C:h.msgtrans
  253. o.Utils:    C:h.toolbox
  254. o.Utils:    C:h.hourglass
  255. o.Utils:    C:h.Macros
  256. o.Utils:    C:h.kernel
  257. o.Utils:    C:h.msgtrans
  258. o.Utils:    C:h.Loader
  259. o.Utils:    C:h.kernel
  260. o.Utils:    C:h.flex
  261. o.Utils:    C:h.toolbox
  262. o.Utils:    C:h.SFformats
  263. o.Utils:    C:h.SprFormats
  264. o.Utils:    C:h.NoBudge
  265. o.Utils:    C:h.kernel
  266. o.Utils:    C:h.FilePerc
  267. o.Utils:    C:h.kernel
  268. o.Utils:    C:h.flex
  269. o.Utils:    h.SFgfxconv
  270. o.Utils:    C:h.SFformats
  271. o.Utils:    C:h.SprFormats
  272. o.Utils:    h.Main
  273. o.Utils:    C:h.kernel
  274. o.Utils:    h.Utils
  275. o.Utils:    C:h.kernel
  276. o.Utils:    C:h.toolbox
  277. o.Utils:    C:h.event
  278. o.Utils:    C:h.Loader
  279. o.Utils:    C:h.SprFormats
  280. o.Utils:    C:h.SFformats
  281. o.SaveDir:    c.SaveDir
  282. o.SaveDir:    C:h.wimp
  283. o.SaveDir:    C:h.toolbox
  284. o.SaveDir:    C:h.kernel
  285. o.SaveDir:    C:h.event
  286. o.SaveDir:    C:h.wimplib
  287. o.SaveDir:    C:h.saveas
  288. o.SaveDir:    C:h.window
  289. o.SaveDir:    C:h.gadgets
  290. o.SaveDir:    C:h.window
  291. o.SaveDir:    C:h.gadgets
  292. o.SaveDir:    C:h.flex
  293. o.SaveDir:    C:h.err
  294. o.SaveDir:    C:h.kernel
  295. o.SaveDir:    C:h.msgtrans
  296. o.SaveDir:    C:h.toolbox
  297. o.SaveDir:    C:h.hourglass
  298. o.SaveDir:    C:h.swis
  299. o.SaveDir:    C:h.Loader
  300. o.SaveDir:    C:h.kernel
  301. o.SaveDir:    C:h.flex
  302. o.SaveDir:    C:h.toolbox
  303. o.SaveDir:    C:h.Macros
  304. o.SaveDir:    C:h.kernel
  305. o.SaveDir:    C:h.msgtrans
  306. o.SaveDir:    C:h.ViewsMenu
  307. o.SaveDir:    C:h.kernel
  308. o.SaveDir:    C:h.toolbox
  309. o.SaveDir:    C:h.TboxBugs
  310. o.SaveDir:    C:h.swis
  311. o.SaveDir:    C:h.toolbox
  312. o.SaveDir:    C:h.window
  313. o.SaveDir:    h.Scan
  314. o.SaveDir:    C:h.toolbox
  315. o.SaveDir:    h.SaveDir
  316. o.SaveDir:    C:h.toolbox
  317. o.SaveDir:    h.Utils
  318. o.SaveDir:    C:h.kernel
  319. o.SaveDir:    C:h.toolbox
  320. o.SaveDir:    C:h.event
  321. o.SaveDir:    C:h.Loader
  322. o.SaveDir:    C:h.SprFormats
  323. o.SaveDir:    C:h.SFformats
  324. o.SaveDir:    h.Main
  325. o.SaveDir:    C:h.kernel
  326. o.Scan:    c.Scan
  327. o.Scan:    C:h.kernel
  328. o.Scan:    C:h.wimp
  329. o.Scan:    C:h.toolbox
  330. o.Scan:    C:h.event
  331. o.Scan:    C:h.wimplib
  332. o.Scan:    C:h.window
  333. o.Scan:    C:h.gadgets
  334. o.Scan:    C:h.gadgets
  335. o.Scan:    C:h.flex
  336. o.Scan:    C:h.err
  337. o.Scan:    C:h.kernel
  338. o.Scan:    C:h.msgtrans
  339. o.Scan:    C:h.toolbox
  340. o.Scan:    C:h.hourglass
  341. o.Scan:    C:h.swis
  342. o.Scan:    C:h.SprFormats
  343. o.Scan:    C:h.SFformats
  344. o.Scan:    C:h.FedCompMT
  345. o.Scan:    C:h.kernel
  346. o.Scan:    C:h.flex
  347. o.Scan:    C:h.ViewsMenu
  348. o.Scan:    C:h.kernel
  349. o.Scan:    C:h.toolbox
  350. o.Scan:    C:h.Loader
  351. o.Scan:    C:h.kernel
  352. o.Scan:    C:h.flex
  353. o.Scan:    C:h.toolbox
  354. o.Scan:    C:h.Macros
  355. o.Scan:    C:h.kernel
  356. o.Scan:    C:h.msgtrans
  357. o.Scan:    C:h.NoBudge
  358. o.Scan:    C:h.kernel
  359. o.Scan:    C:h.RoundRobin
  360. o.Scan:    C:h.kernel
  361. o.Scan:    C:h.LoadSaveMT
  362. o.Scan:    C:h.kernel
  363. o.Scan:    C:h.flex
  364. o.Scan:    C:h.AbortFop
  365. o.Scan:    h.SFgfxconv
  366. o.Scan:    C:h.SFformats
  367. o.Scan:    C:h.SprFormats
  368. o.Scan:    h.Utils
  369. o.Scan:    C:h.kernel
  370. o.Scan:    C:h.toolbox
  371. o.Scan:    C:h.event
  372. o.Scan:    C:h.Loader
  373. o.Scan:    C:h.SprFormats
  374. o.Scan:    C:h.SFformats
  375. o.Scan:    h.Main
  376. o.Scan:    C:h.kernel
  377. o.Scan:    h.Scan
  378. o.Scan:    C:h.toolbox
  379. o.SFIconbar:    c.SFIconbar
  380. o.SFIconbar:    C:h.kernel
  381. o.SFIconbar:    C:h.swis
  382. o.SFIconbar:    C:h.toolbox
  383. o.SFIconbar:    C:h.wimp
  384. o.SFIconbar:    C:h.event
  385. o.SFIconbar:    C:h.iconbar
  386. o.SFIconbar:    C:h.err
  387. o.SFIconbar:    C:h.kernel
  388. o.SFIconbar:    C:h.msgtrans
  389. o.SFIconbar:    C:h.toolbox
  390. o.SFIconbar:    C:h.Macros
  391. o.SFIconbar:    C:h.kernel
  392. o.SFIconbar:    C:h.msgtrans
  393. o.SFIconbar:    C:h.Loader
  394. o.SFIconbar:    C:h.kernel
  395. o.SFIconbar:    C:h.flex
  396. o.SFIconbar:    C:h.toolbox
  397. o.SFIconbar:    C:h.SprFormats
  398. o.SFIconbar:    C:h.SFformats
  399. o.SFIconbar:    C:h.ViewsMenu
  400. o.SFIconbar:    C:h.kernel
  401. o.SFIconbar:    C:h.toolbox
  402. o.SFIconbar:    C:h.nobudge
  403. o.SFIconbar:    C:h.kernel
  404. o.SFIconbar:    C:h.hourglass
  405. o.SFIconbar:    h.Main
  406. o.SFIconbar:    C:h.kernel
  407. o.SFIconbar:    h.Utils
  408. o.SFIconbar:    C:h.kernel
  409. o.SFIconbar:    C:h.toolbox
  410. o.SFIconbar:    C:h.event
  411. o.SFIconbar:    C:h.Loader
  412. o.SFIconbar:    C:h.SprFormats
  413. o.SFIconbar:    C:h.SFformats
  414. o.SFIconbar:    h.SaveSprites
  415. o.SFIconbar:    C:h.toolbox
  416. o.SFIconbar:    C:h.Sprformats
  417. o.SFIconbar:    C:h.SFformats
  418. o.SFIconbar:    h.SavePlanets
  419. o.SFIconbar:    C:h.toolbox
  420. o.SFIconbar:    C:h.SFformats
  421. o.SFIconbar:    h.SaveMapTiles
  422. o.SFIconbar:    C:h.toolbox
  423. o.SFIconbar:    C:h.SFformats
  424. o.SFIconbar:    h.SaveDir
  425. o.SFIconbar:    C:h.toolbox
  426. o.SFIconbar:    h.SFIconbar
  427. o.SFIconbar:    C:h.toolbox
  428. o.SFIconbar:    h.SFgfxconv
  429. o.SFIconbar:    C:h.SFformats
  430. o.SFIconbar:    C:h.SprFormats
  431. o.Main:    c.Main
  432. o.Main:    C:h.kernel
  433. o.Main:    C:h.toolbox
  434. o.Main:    C:h.wimp
  435. o.Main:    C:h.event
  436. o.Main:    C:h.flex
  437. o.Main:    C:h.wimp
  438. o.Main:    C:h.wimplib
  439. o.Main:    C:h.err
  440. o.Main:    C:h.kernel
  441. o.Main:    C:h.msgtrans
  442. o.Main:    C:h.toolbox
  443. o.Main:    C:h.hourglass
  444. o.Main:    C:h.swis
  445. o.Main:    C:h.Macros
  446. o.Main:    C:h.kernel
  447. o.Main:    C:h.msgtrans
  448. o.Main:    C:h.Loader
  449. o.Main:    C:h.kernel
  450. o.Main:    C:h.flex
  451. o.Main:    C:h.toolbox
  452. o.Main:    C:h.SFformats
  453. o.Main:    C:h.ViewsMenu
  454. o.Main:    C:h.kernel
  455. o.Main:    C:h.toolbox
  456. o.Main:    C:h.RoundRobin
  457. o.Main:    C:h.kernel
  458. o.Main:    C:h.InputFocus
  459. o.Main:    C:h.kernel
  460. o.Main:    C:h.event
  461. o.Main:    C:h.nobudge
  462. o.Main:    C:h.kernel
  463. o.Main:    h.SFIconbar
  464. o.Main:    C:h.toolbox
  465. o.Main:    h.SFgfxconv
  466. o.Main:    C:h.SFformats
  467. o.Main:    C:h.SprFormats
  468. o.Main:    h.Scan
  469. o.Main:    C:h.toolbox
  470. o.Main:    h.Utils
  471. o.Main:    C:h.kernel
  472. o.Main:    C:h.toolbox
  473. o.Main:    C:h.event
  474. o.Main:    C:h.Loader
  475. o.Main:    C:h.SprFormats
  476. o.Main:    C:h.SFformats
  477. o.Main:    h.Main
  478. o.Main:    C:h.kernel
  479. o.Main:    h.SFMenu
  480. o.Main:    C:h.toolbox
  481. o.Main:    h.PreQuit
  482. o.Main:    C:h.toolbox
  483. o.SFMenu:    c.SFMenu
  484. o.SFMenu:    C:h.kernel
  485. o.SFMenu:    C:h.toolbox
  486. o.SFMenu:    C:h.wimp
  487. o.SFMenu:    C:h.event
  488. o.SFMenu:    C:h.menu
  489. o.SFMenu:    C:h.saveas
  490. o.SFMenu:    C:h.window
  491. o.SFMenu:    C:h.gadgets
  492. o.SFMenu:    C:h.err
  493. o.SFMenu:    C:h.kernel
  494. o.SFMenu:    C:h.Macros
  495. o.SFMenu:    C:h.kernel
  496. o.SFMenu:    C:h.msgtrans
  497. o.SFMenu:    C:h.toolbox
  498. o.SFMenu:    C:h.Loader
  499. o.SFMenu:    C:h.kernel
  500. o.SFMenu:    C:h.flex
  501. o.SFMenu:    C:h.toolbox
  502. o.SFMenu:    C:h.ViewsMenu
  503. o.SFMenu:    C:h.kernel
  504. o.SFMenu:    C:h.toolbox
  505. o.SFMenu:    h.SFmenu
  506. o.SFMenu:    C:h.toolbox
  507. o.SFMenu:    h.PreQuit
  508. o.SFMenu:    C:h.toolbox
  509. o.SFMenu:    h.Main
  510. o.SFMenu:    C:h.kernel
  511. o.PreQuit:    c.PreQuit
  512. o.PreQuit:    C:h.event
  513. o.PreQuit:    C:h.wimp
  514. o.PreQuit:    C:h.toolbox
  515. o.PreQuit:    C:h.kernel
  516. o.PreQuit:    C:h.toolbox
  517. o.PreQuit:    C:h.quit
  518. o.PreQuit:    C:h.window
  519. o.PreQuit:    C:h.gadgets
  520. o.PreQuit:    C:h.wimplib
  521. o.PreQuit:    C:h.wimp
  522. o.PreQuit:    C:h.err
  523. o.PreQuit:    C:h.kernel
  524. o.PreQuit:    C:h.msgtrans
  525. o.PreQuit:    C:h.toolbox
  526. o.PreQuit:    C:h.Macros
  527. o.PreQuit:    C:h.kernel
  528. o.PreQuit:    C:h.msgtrans
  529. o.PreQuit:    C:h.RoundRobin
  530. o.PreQuit:    C:h.kernel
  531. o.PreQuit:    C:h.TboxBugs
  532. o.PreQuit:    C:h.swis
  533. o.PreQuit:    C:h.toolbox
  534. o.PreQuit:    C:h.window
  535. o.PreQuit:    C:h.InputFocus
  536. o.PreQuit:    C:h.kernel
  537. o.PreQuit:    C:h.event
  538. o.PreQuit:    C:h.ViewsMenu
  539. o.PreQuit:    C:h.kernel
  540. o.PreQuit:    C:h.toolbox
  541. o.PreQuit:    h.PreQuit
  542. o.PreQuit:    C:h.toolbox
  543. o.PreQuit:    h.Main
  544. o.PreQuit:    C:h.kernel
  545.